Increase dependency on librsvg2-common from Suggests to Recommends
authorSimon McVittie <smcv@debian.org>
Sun, 24 Jan 2021 11:09:52 +0000 (11:09 +0000)
committerSimon McVittie <smcv@debian.org>
Wed, 27 Jan 2021 09:08:24 +0000 (09:08 +0000)
This is not a hard dependency, but should be installed in nearly all
cases. Increasingly many icons are provided in SVG format, so
applications will appear broken if the SVG pixbuf loader is not
installed. See #980396 for more information.

adwaita-icon-theme already Recommends librsvg2-common, but people who
routinely do not install recommended packages will get a better hint
about how much will be broken by its removal if GTK also recommends it.

debian/control
debian/control.in

index 45a598da1008baefb014ea23112b739500fd75a1..86b33189b82c6e457445a51ecd7ffff20e1742fc 100644 (file)
@@ -2,7 +2,7 @@ Source: gtk4
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Jeremy Bicha <jbicha@debian.org>
+Uploaders: Jeremy Bicha <jbicha@debian.org>
 Build-Depends: adwaita-icon-theme <!nocheck>,
                at-spi2-core <!nocheck>,
                dbus <!nocheck>,
@@ -76,9 +76,9 @@ Depends: adwaita-icon-theme,
          libgtk-4-common (>= ${source:Version})
 Provides: gtk4-binver-4.0.0
 Recommends: libgtk-4-bin,
-            iso-codes
+            iso-codes,
+            librsvg2-common,
 Suggests: gvfs,
-          librsvg2-common
 Breaks: libgtk-4-0 (<< 4.0.0),
 Replaces: libgtk-4-0 (<< 4.0.0),
 Pre-Depends: ${misc:Pre-Depends}
index c6ba7b2802afb292863068d7f98191acda2d3b49..02519ab88ae61373909571a2051c9463e1de15cc 100644 (file)
@@ -76,9 +76,9 @@ Depends: adwaita-icon-theme,
          @COMMON_PKG@ (>= ${source:Version})
 Provides: @GTK_BINVER_DEP@
 Recommends: @BIN_PKG@,
-            iso-codes
+            iso-codes,
+            librsvg2-common,
 Suggests: gvfs,
-          librsvg2-common
 Breaks: libgtk-4-0 (<< 4.0.0),
 Replaces: libgtk-4-0 (<< 4.0.0),
 Pre-Depends: ${misc:Pre-Depends}